home *** CD-ROM | disk | FTP | other *** search
/ Digital Pose Collection / Digital Pose Collection.iso / mac / POSE / DATA / MAIN.DXR / 00086.ls < prev    next >
Encoding:
Text File  |  1996-06-18  |  346 b   |  20 lines

  1. on mouseDown
  2.   global gframe, gbackframe, gfindflg
  3.   puppetSound("click")
  4.   cursor(4)
  5.   indexsearchqt()
  6.   if the result > 0 then
  7.     setglobals(the result)
  8.     setkanban()
  9.     clearsprite()
  10.     set gbackframe to "find"
  11.     set gfindflg to 1
  12.     if gframe = 8 then
  13.       go("Disp8")
  14.     else
  15.       go("Disp12")
  16.     end if
  17.   end if
  18.   cursor(0)
  19. end
  20.